Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickTime Components /
Chapter 4 - Image Compressor Components / Image Compressor Components Reference
Functions / Direct Functions


CDCodecBusy

Your component receives the CDCodecBusy request whenever an application calls the CDSequenceBusy function. Your component must report whether it is performing an asynchronous operation.

pascal ComponentResult CDCodecBusy (ImageSequence seq);
seq
Contains the unique sequence identifier assigned by the Image Compression Manager's CompressSequenceBegin or DecompressSequenceBegin function.
DESCRIPTION
Your component should return a result code value of 1 if an asynchronous operation is in progress; it should return a result code value of 0 if the component is not performing an asynchronous operation. You can indicate an error by returning a negative result code.

Both compressors and decompressors may receive this request.

RESULT CODES
noErr0No error
codecUnimpError-8962Feature not implemented by this compressor

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help